[index]
ArrowKey Message
Syntax
on arrowkey [<keyname>]
end arrowkey
Sent to the current card
Description
When the user presses an arrow key, Oracle Media Objects sends an arrowKey message with the name of the key as a parameter. Possible values for <keyname> are left, right, up, and down.
Examples
Put the following handler in your card, background, or stack script. Save the script and then press any arrow key.
on arrowKey thekey
thekey && "arrowkey." end arrowKey
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.